home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / answrbok / 7_9.lha / 7_9 / all.c < prev    next >
Text File  |  1993-08-08  |  640b  |  26 lines

  1. * Copyright (c) 1990 by AT&T Bell Telephone Laboratories, Incorporated. */
  2. * The C++ Answer Book */
  3. * Tony Hansen */
  4. * All rights reserved. */
  5. include <stream.h>
  6.  
  7. include "7_9.h"
  8. include "nlink.h"
  9. include "7_9_dlist.h"
  10.  
  11. include "7_6e.c"    /* dlink::remove() */
  12. include "7_9_app.c"    /* dlist::append() */
  13. include "7_6_cons1.c"    /* dlist() */
  14. include "7_6_dest.c"    /* ~dlist() */
  15. include "7_6c.c"    /* dlink::insert() */
  16. include "7_6d.c"    /* dlink::append() */
  17. include "7_9_apph.c"
  18. include "7_9_clear.c"
  19. include "7_9_cons.c"
  20. include "7_9_getn.c"
  21. include "7_9_getp.c"
  22. include "7_9_ins.c"
  23. include "7_9_insh.c"
  24. include "7_9_next.c"
  25. include "7_9_prev.c"
  26.